-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ Refactor node drain #11074
✨ Refactor node drain #11074
Conversation
/test pull-cluster-api-e2e-main |
2209476
to
18adc3f
Compare
55a1a03
to
e7f7978
Compare
/test ? |
@sbueringer: The following commands are available to trigger required jobs:
The following commands are available to trigger optional jobs:
Use
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/assign @fabriziopandini @chrischdi @vincepri /assign @adilGhaffarDev @guettli |
@sbueringer: GitHub didn't allow me to assign the following users: guettli. Note that only kubernetes-sigs members with read permissions, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/test pull-cluster-api-e2e-conformance-ci-latest-main |
Latest commits looks fine for me, happy to lgtm as soon we agree on the last few discussion threads |
@fabriziopandini Fixed & answered /hold |
78e4b68
to
4df4afd
Compare
/test ? |
@sbueringer: The following commands are available to trigger required jobs:
The following commands are available to trigger optional jobs:
Use
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/lgtm Thanks! |
LGTM label has been added. Git tree hash: d8865a6d9b19d8d6af7157a19abf8ea512d2a70d
|
/lgtm |
29cdc5c
to
466bf1a
Compare
/hold cancel |
/test pull-cluster-api-e2e-conformance-ci-latest-main |
@enxebre Should be ready for a final review :) (@fabriziopandini @chrischdi only squashed since your last review, so lgtm was preserved) Documentation PR and a PR to extend e2e test coverage will follow shortly |
@sbueringer: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
This is great! we should be able to come up with repeatable e2e checks now. Thanks! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: enxebre The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Thx everyone for the quick reviews :) |
@sbueringer can we backport it to v1.8? |
In my opinion the change is too big for that |
Agree with the size concern. Also I think this needs to be released in latest and rollout to running clusters so we develop real use feedback and cover any regressions before considering backporting at all. |
What this PR does / why we need it:
The high-level idea of this PR is to inline the parts of the drain helper that we actually want to use, then improve them and make sure the state of Node drains can be easily observed through logs & conditions.
Goals are:
Notes:
Big Kudos to @chrischdi for collaborating on this PR and figuring out a few technical challenges together!!
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #10056